Skip to content

OpenAI just shipped Codex to the ChatGPT mobile app#3008

Merged
adityaoberai merged 8 commits into
mainfrom
codex-mobile-app-blog
May 22, 2026
Merged

OpenAI just shipped Codex to the ChatGPT mobile app#3008
adityaoberai merged 8 commits into
mainfrom
codex-mobile-app-blog

Conversation

@aishwaripahwa12
Copy link
Copy Markdown
Contributor

Latest blog about Codex

@appwrite
Copy link
Copy Markdown

appwrite Bot commented May 19, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Queued Queued View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Queued Queued View Logs Preview URL QR Code


Tip

Appwrite has crossed the 50K GitHub stars milestone with hundreds of active contributors

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 19, 2026

Greptile Summary

This PR adds a new blog post covering OpenAI's Codex mobile app launch, along with its cover image and a cache entry for the image optimizer.

  • The blog post (+page.markdoc) covers OpenAI's Codex mobile release, Remote SSH GA, programmatic access tokens, Hooks, and HIPAA compliance, and concludes with an Appwrite CTA linking to the Codex plugin.
  • The cover image is correctly added as cover.avif and the cache entry extension matches the file extension.
  • Minor style inconsistencies exist: unordered list items use * instead of the repo-standard -, and the blank line between the front matter closing delimiter and body text is missing.

Confidence Score: 5/5

Safe to merge — the change is additive (new blog post, cover image, cache entry) with no impact on existing functionality.

All three files are purely additive content changes. The cache entry extension matches the actual image file, the front matter fields are valid, and the product links within the body are root-relative. The only findings are cosmetic style inconsistencies that do not affect rendering or behavior.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/blog/post/openai-just-shipped-codex-to-the-chatgpt-mobile-app/+page.markdoc New blog post covering OpenAI's Codex mobile release; uses * bullet style inconsistent with repo convention, missing blank line after front matter closing delimiter, and one absolute internal URL for the Appwrite plugin blog post link
.optimize-cache.json Adds cache entry for cover.avif; extension matches the actual image file added in this PR
static/images/blog/openai-just-shipped-codex-to-the-chatgpt-mobile-app/cover.avif Binary cover image added in AVIF format; filename and path match the cache entry and front matter

Reviews (6): Last reviewed commit: "Apply suggestion from @adityaoberai" | Re-trigger Greptile

Comment thread .optimize-cache.json Outdated
aishwaripahwa12 and others added 3 commits May 19, 2026 17:38
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Comment on lines +31 to +39
**Mobile access is now in preview on iOS and Android** through the ChatGPT app, across all plans including Free and Go. Before this release, Codex workflows were still primarily tied to desktop and IDE environments.

**Remote SSH is generally available.** The desktop app auto detects hosts from your SSH config and lets you create projects and run threads inside remote machines just like you would locally. Before this, remote environment workflows existed, but they were far less integrated and not officially streamlined inside the Codex app.

**Programmatic access tokens** provide scoped credentials issued directly from ChatGPT workspace settings, so Codex can be called from CI pipelines, release workflows, and internal automations without a human session.

**Hooks are generally available** and can be used to scan prompts for secrets, run validators, log conversations, create memories, or customize Codex behavior for specific repositories and directories.

**HIPAA-compliant local use** is supported for eligible ChatGPT Enterprise workspaces when Codex is used in local environments across the CLI, IDE, and App.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add bullets to these

Comment on lines +93 to +101
# Ship more, worry about the backend less

A faster, more available agent is only useful if there is something on the other side of its diffs ready to receive what it builds. Auth, databases, storage, functions, an API layer. The stack that usually eats the time the agent saves. If Codex finishes a feature in 20 minutes and you spend the next 4 hours wiring it into your backend, the gain is gone.

[Appwrite](/) is an open source backend as a service that includes [Auth](/docs/products/auth), [Databases](/docs/products/databases), [Storage](/docs/products/storage), [Functions](/docs/products/functions), [Messaging](/docs/products/messaging), and [Sites](/docs/products/sites), an open source Vercel alternative for deploying your web app next to your backend. It is available as both managed Cloud and self hosted. Instead of standing up auth, schemas, file pipelines, deploys, and API layers yourself, you point Codex at an Appwrite project and the whole stack is one project.

The loop is straightforward. Kick off a task from your phone on the way to the office. Codex inspects the repo, asks any clarifying questions, and starts building against an Appwrite backend that already exists. You review the diff at your desk. Pair the mobile anywhere workflow OpenAI just shipped with a backend that does not need to be hand built every time, and the session translates into product, not scaffolding.

Want to try this loop end to end? [Create a free Appwrite project](https://cloud.appwrite.io/), open Codex on your phone, and ask it to wire up auth and a database against your new project. By the time you sit down at your desk, you have a working backend and a diff to review.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have a section just for our Codex plugin

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just saw
I don't think we should be adding it separately, rather let it replace this section or merge into it

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That will allow this section to feel more organic

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair, made the edit accordingly

Added information about the Appwrite plugin for Codex, including installation instructions and usage examples.
Comment on lines +93 to +101
# Ship more, worry about the backend less

A faster, more available agent is only useful if there is something on the other side of its diffs ready to receive what it builds. Auth, databases, storage, functions, an API layer. The stack that usually eats the time the agent saves. If Codex finishes a feature in 20 minutes and you spend the next 4 hours wiring it into your backend, the gain is gone.

[Appwrite](/) is an open source backend as a service that includes [Auth](/docs/products/auth), [Databases](/docs/products/databases), [Storage](/docs/products/storage), [Functions](/docs/products/functions), [Messaging](/docs/products/messaging), and [Sites](/docs/products/sites), an open source Vercel alternative for deploying your web app next to your backend. It is available as both managed Cloud and self hosted. Instead of standing up auth, schemas, file pipelines, deploys, and API layers yourself, you point Codex at an Appwrite project and the whole stack is one project.

The loop is straightforward. Kick off a task from your phone on the way to the office. Codex inspects the repo, asks any clarifying questions, and starts building against an Appwrite backend that already exists. You review the diff at your desk. Pair the mobile anywhere workflow OpenAI just shipped with a backend that does not need to be hand built every time, and the session translates into product, not scaffolding.

Want to try this loop end to end? [Create a free Appwrite project](https://cloud.appwrite.io/), open Codex on your phone, and ask it to wire up auth and a database against your new project. By the time you sit down at your desk, you have a working backend and a diff to review.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just saw
I don't think we should be adding it separately, rather let it replace this section or merge into it

Comment on lines +93 to +101
# Ship more, worry about the backend less

A faster, more available agent is only useful if there is something on the other side of its diffs ready to receive what it builds. Auth, databases, storage, functions, an API layer. The stack that usually eats the time the agent saves. If Codex finishes a feature in 20 minutes and you spend the next 4 hours wiring it into your backend, the gain is gone.

[Appwrite](/) is an open source backend as a service that includes [Auth](/docs/products/auth), [Databases](/docs/products/databases), [Storage](/docs/products/storage), [Functions](/docs/products/functions), [Messaging](/docs/products/messaging), and [Sites](/docs/products/sites), an open source Vercel alternative for deploying your web app next to your backend. It is available as both managed Cloud and self hosted. Instead of standing up auth, schemas, file pipelines, deploys, and API layers yourself, you point Codex at an Appwrite project and the whole stack is one project.

The loop is straightforward. Kick off a task from your phone on the way to the office. Codex inspects the repo, asks any clarifying questions, and starts building against an Appwrite backend that already exists. You review the diff at your desk. Pair the mobile anywhere workflow OpenAI just shipped with a backend that does not need to be hand built every time, and the session translates into product, not scaffolding.

Want to try this loop end to end? [Create a free Appwrite project](https://cloud.appwrite.io/), open Codex on your phone, and ask it to wire up auth and a database against your new project. By the time you sit down at your desk, you have a working backend and a diff to review.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That will allow this section to feel more organic

@adityaoberai adityaoberai merged commit b331c98 into main May 22, 2026
10 of 12 checks passed
@adityaoberai adityaoberai deleted the codex-mobile-app-blog branch May 22, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants